home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / manual-p / man_db-2.000 / man_db-2 / man_db-2.3.10 / acconfig.h next >
Encoding:
Text File  |  1995-04-03  |  1.5 KB  |  59 lines

  1. /* define if you want to remove debugging assertions */
  2. #undef NDEBUG
  3.  
  4. /* define if you have, and want to use, ndbm interface routines */ 
  5. #undef NDBM
  6.  
  7. /* define if you have, and want to use, gdbm interface routines */ 
  8. #undef GDBM
  9.  
  10. /* define if you have, and want to use, db (binary tree) interface routines */
  11. #undef BTREE
  12.  
  13. /* define if you have troff */
  14. #undef HAS_TROFF
  15.  
  16. /* define if you don't have nroff */
  17. #undef NROFF_MISSING
  18.  
  19. /* define as the setuid owner of man or undefine if not installing setuid */
  20. #undef SECURE_MAN_UID
  21.  
  22. /* define if you have the setlocale() function */
  23. #undef HAVE_SETLOCALE
  24.  
  25. /* define if you have the re_comp and re_exec BSD regex routines */
  26. #undef BSD_REGEX
  27.  
  28. /* define if you have the regcomp and regexec POSIX regex routines */
  29. #undef POSIX_REGEX
  30.  
  31. /* define if nroff is GNU nroff */
  32. #undef GNU_NROFF
  33.  
  34. /* define if we are using groff as troff */
  35. #undef TROFF_IS_GROFF
  36.  
  37. /* define if your sprintf function returns a count of converted characters */
  38. #undef ANSI_SPRINTF
  39.  
  40. /* define COMP_CAT if you have compressors and want to support compressed
  41.    cat files */
  42. #undef COMP_CAT
  43.  
  44. /* define COMP_SRC if you have compressors and want to support compressed
  45.    manual source */
  46. #undef COMP_SRC
  47.  
  48. /* define if your pclose function doesn't handle multiple streams properly */
  49. #undef BROKEN_PCLOSE
  50.  
  51. /* define if using <fnmatch.h> rather than "lib/fnmatch.h" */
  52. #undef HAVE_FNMATCH_H
  53.  
  54. /* define if using <getopt.h> rather than "lib/getopt.h" */
  55. #undef HAVE_GETOPT_H
  56.  
  57. /* define if using <glob.h> rather than "lib/glob.h" */
  58. #undef HAVE_GLOB_H
  59.